projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13f18d
)
Add comment.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:24:15 +0000
(19:24 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:24:15 +0000
(19:24 +0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index 5b4ffe3ae8f63722edb1701013af8ab12ef5e6ba..9092be584f4619072baa91c42c3284aa406117fc 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-522,6
+522,7
@@
the current abbrev table before abbrev lookup happens."
(setplist newsym (symbol-plist sym)))
(abbrev-table-put table :abbrev-table-modiff
(1+ (abbrev-table-get table :abbrev-table-modiff))))
+ ;; For backward compatibility, always return nil.
nil)
(defun define-abbrev (table name expansion &optional hook &rest props)